/* POSIX Compatibility */
/* Use System V.4 style getdents/readdir <dirent.h> for 2.2 and up. */
#define SYSV_SYSTEM_DIR
-#define HAVE_CLOSEDIR
/* Use <dirent.h>. */
#define SYSV_SYSTEM_DIR
-#define HAVE_CLOSEDIR
#ifdef _POSIX_SOURCE
#define HAVE_SOCKETS
/* SX/A use SystemV style getdents/readdir. */
-#define HAVE_CLOSEDIR
/* SX/A does not have sigblock(2) */
#define sigblock(mask) (0)
#if 0 /* autoconf should take care of this. */
#define HAVE_RANDOM /* is builtin */
#endif
-#define HAVE_CLOSEDIR
#define HAVE_GETPAGESIZE
#define HAVE_VFORK
#define HAVE_SYS_SIGLIST
#define NO_FCHMOD
#define HAVE_PTYS
-#define HAVE_CLOSEDIR
#define MAXNAMLEN 512
#define O_NDELAY O_NONBLOCK
#define MEMORY_IN_STRING_H
#define HAVE_SELECT
#define HAVE_TIMEVAL
-#define HAVE_CLOSEDIR
/* <sys/stat.h> *defines* stat(2) as a static function. If "static"
* is blank, then many files will have a public definition for stat(2).